home *** CD-ROM | disk | FTP | other *** search
/ com!online 2002 January / com! 2002.01.iso / autohtml / selfhtml / html / multimedia / anzeige / nibbles.swf / scripts / DefineButton2_42 / BUTTONCONDACTION on(keyPress Left).as < prev    next >
Encoding:
Text File  |  2001-10-27  |  118 b   |  8 lines

  1. on(keyPress "<Left>"){
  2.    if(!(runx == "1" and runy == "0"))
  3.    {
  4.       runx = - "1";
  5.       runy = "0";
  6.    }
  7. }
  8.